home *** CD-ROM | disk | FTP | other *** search
- /*
- ********************************************************************************
- **
- ** File: aevt.h
- **
- ** Description:
- **
- ** Apple Event routines.
- **
- ********************************************************************************
- */
- #ifndef __aevt_h__
- #define __aevt_h__
-
- /*
- ********************************************************************************
- ** prototypes
- ********************************************************************************
- */
- OSErr AEStartup(void);
- void AEShutdown( void );
-
- #endif // __aevt_h__